PASTE IMAGE

This command will paste the specified image to the screen.

  Syntax
PASTE IMAGE Image Number, X, Y
PASTE IMAGE Image Number, X, Y, Transparency
  Parameters
Image Number
Integer
Image number
X
Integer
X position on screen
Y
Integer
Y position on screen
Transparency
Integer
If set to one the transparent colour will not be drawn

  Returns

This command does not return a value.

  Description

Optionally, you can paste images to bitmaps using the SET CURRENT BITMAP command. If the optional transparent flag is set to one, all coloured pixels of RGB(0,0,0) are not drawn. The parameters should be specified using integer values.

  Example Code
get image 1,0,0,100,100,0
cls
load image "anypicture.bmp",1,0
cls
paste image 1,100,100,1
do
loop
end
  See also

IMAGE Commands Menu
Index